home *** CD-ROM | disk | FTP | other *** search
/ Skunkware 5 / Skunkware 5.iso / src / Tools / linuxdoc-sgml-1.1 / sgmls-1.1 / NEWS < prev    next >
Encoding:
Text File  |  1995-05-03  |  3.6 KB  |  105 lines

  1. This file describes recent user-visible changes in sgmls.  Bug fixes
  2. are not described.  See the man pages for more details.
  3.  
  4. Version 1.1
  5. ===========
  6.  
  7. The rast filter converts the output of sgmls to RAST format. See
  8. rast.man.
  9.  
  10. There have been some changes to the output format: system and public
  11. identifiers for external entities and notations are specified using
  12. the new `s' and `p' commands; the filenames for external entities are
  13. specified using the new `f' command rather than being arguments to the
  14. `E' and `S' commands; the `\s' escape sequence is no longer generated;
  15. an `S' command is generated for an entity mentioned in a `{' command;
  16. RS characters are no longer stripped and are represented by `\012'.
  17.  
  18. The -c option now takes an argument giving the name of the file to
  19. which the report of capacity calculations should be written.  The
  20. report is in RACT format.
  21.  
  22. sgmls can now handle non-seekable devices (such as pipes).  If no
  23. filenames are specified on the command line, sgmls will read the
  24. document entity from standard input.  A filename of `-' can also be
  25. used to refer to standard input.
  26.  
  27. The output format no longer distinguishes attributes whose declared
  28. value is ID, IDREF or IDREFS and uses the TOKEN keyword for these.
  29. (The ESIS does not distinguish these attributes.)
  30.  
  31. The -a option is no longer allowed.
  32.  
  33. Version 1.0
  34. ===========
  35.  
  36. Eight bit characters can be made name characters.
  37.  
  38. Ambiguous content models are always detected.  The -a option is ignored.
  39.  
  40. Version 0.8
  41. ===========
  42.  
  43. On Unix systems, the configure script can automatically generate
  44. config.h from unix.cfg.
  45.  
  46. An APPINFO parameter in the SGML declaration other than NONE is output
  47. as a `#' command.
  48.  
  49. sgmls has a -iNAME option which defines a parameter entity NAME with
  50. replacement text "INCLUDE".
  51.  
  52. sgmls has a -u option that warns about undefined elements.
  53.  
  54. In SGML_PATH, the public text designating sequence (escape sequence)
  55. is now accessed with %E rather than %S.  %S now gives the system
  56. identifier.  When a system identifier is supplied, SGML_PATH will be
  57. used to generate a filename only if SGML_PATH uses %S and the system
  58. identifier does not contain (semi-)colons.
  59.  
  60. An accordance with Amendment 1 to ISO 8879:1986, in the SGML
  61. declaration `ISO 8879:1986' rather than `ISO 8879-1986' is required.
  62.  
  63. With MS-DOS, errors can be redirected to a file using the -f option.
  64.  
  65. Version 0.7
  66. ===========
  67.  
  68. More quantity limits can be changed.  In particular, GRPCNT, GRPLVL
  69. and GRPGTCNT can be increased up to 253; NAMELEN can be increased to
  70. 239.  Names are now dynamically allocated (that is, the amount of
  71. memory used to store a name depends on the actual length of the name
  72. rather than on value specified for NAMELEN.)
  73.  
  74. sgmlasp supports a -n option which disables upper-case substitution
  75. for names in replacement files.
  76.  
  77. sgmls has a -p option which makes it parse only the prolog.
  78.  
  79. The format of the I command has been changed: CDATA and SDATA entities
  80. are distinguished using a keyword rather than by surrounding SDATA
  81. entities with \|s.
  82.  
  83. Version 0.6
  84. ===========
  85.  
  86. A concrete syntax can now be specified explicitly in the SGML
  87. declaration, and various parts of the reference concrete syntax can be
  88. changed, including some quantity limits.
  89.  
  90. The treatment of notation identifiers and the syntax of the N output
  91. command have been changed.
  92.  
  93. SUBDOC support works with MS-DOS.
  94.  
  95. The -n option has been removed; references to subdocument entities are
  96. always resolved.
  97.  
  98. It is no longer possible to change the implied SGML declaration using
  99. environment variables.  You must use an explicit SGML declaration
  100. instead.
  101.  
  102. The V output command has been removed.
  103.  
  104. sgmlsasp supports multiple replacement files.
  105.